.title {
    text-align: center;
    color: #884482;
    font-size: 25px;
    margin-bottom: 20px;
}

.topContainer {
    text-align: center;
}

.topContainer h2{
    font-size: 25px;
    color: #3f1515;
    margin-top: 20px;
    margin-bottom: 20px;
}

.topContainer img {
    max-width: 80%; 
    max-height: 50%; 
}

@media (max-width: 600px) {
    .title {
        font-size: 12px;
    }

    .topContainer {
        font-size: 10px;
    }
  }